func runtime.isPinned

8 uses

	runtime (current package)
		cgocall.go#L683: 		if !top && !isPinned(p) {
		cgocall.go#L694: 		if !top && !isPinned(p) {
		cgocall.go#L709: 		if !top && !isPinned(ss.str) {
		cgocall.go#L738: 		if !top && !isPinned(p) {
		cgocall.go#L764: 			if cgoIsGoPointer(pp) && !isPinned(pp) {
		cgocheck.go#L54: 	if isPinned(src) {
		cgocheck.go#L173: 				if cgoIsGoPointer(v) && !isPinned(v) {
		pinner.go#L145: func isPinned(ptr unsafe.Pointer) bool {